home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / gl_dev.idb / usr / include / gl / videodev.h.z / videodev.h
Encoding:
C/C++ Source or Header  |  1996-03-15  |  1.0 KB  |  25 lines

  1. /**************************************************************************
  2.  *                                      *
  3.  *          Copyright (C) 1991, Silicon Graphics, Inc.          *
  4.  *                                      *
  5.  *  These coded instructions, statements, and computer programs  contain  *
  6.  *  unpublished  proprietary  information of Silicon Graphics, Inc., and  *
  7.  *  are protected by Federal copyright law.  They  may  not be disclosed  *
  8.  *  to  third  parties  or copied or duplicated in any form, in whole or  *
  9.  *  in part, without the prior written consent of Silicon Graphics, Inc.  *
  10.  *                                      *
  11.  **************************************************************************/
  12. #ifndef __GL_VIDEODEV_H__
  13. #define __GL_VIDEODEV_H__
  14. #ident "$Revision: 1.8 $"
  15.  
  16. #define VID_VP       (1 << 24)  /* same as 0x1000000 */
  17. #define VID_BVO      (2 << 24)  /* same as 0x2000000 */
  18. #define VID_LIGHT    (3 << 24)  /* same as 0x3000000 */
  19. #define VID_EXPRESS      (4 << 24)  /* same as 0x4000000 */
  20. #define VID_NEWPORT      (5 << 24)  /* same as 0x5000000 */
  21. #define VID_CGDE     (0 << 24)
  22.  
  23.  
  24. #endif /* __GL_VIDEODEV_H */
  25.